Welcome![Sign In][Sign Up]
Location:
Search - Access db

Search list

[ISAPI-IEIsapi22

Description: That article present a way to build HTML pages in ISAPI using OLE DB database access. The sample database is an Access database.
Platform: | Size: 226304 | Author: 李瑞 | Hits:

[ERP-EIP-OA-PortalJXC

Description: 进销存管理系统(JSP版) 【系统配置】 先将此目录下的\WEB-INF\classes\JXC 为JavaBean 本系统这里使用的ACCESS数据数据库。 数据源名称:JXC, (也可以改变j\WEB-INF\classes\JXC\db.properties的文件)。 数据库为: jxcDB.mdb 编写环境: win2000+j2sdk1.4.1_01+tomcat4.1.2.7 -Purchase, Sales and Inventory Management System (JSP version)] [System Configuration first this directory WEB-INFclassesJXC here for the JavaBean to use the system ACCESS database. Data Source Name: JXC, (also can be changed jWEB-INFclassesJXCdb.properties the files). Database: jxcDB.mdb the preparation of the environment: win2000+ J2sdk1.4.1_01+ Tomcat4.1.2.7
Platform: | Size: 1114112 | Author: 张天乐 | Hits:

[VC/MFCVCshujuku

Description: 本书以实用为目的,结合具体的数据库应用,选择了7个最有代表性的实例,分别介绍ODBC API、MFC的ODBC类、DAO、OLE DB以及ADO的客户数据库访问技术和应用开发过程。本书还通过ADO数据库组件开发实例和OLE DB服务器程序的开发实例展开了数据库应用开发的高级话题。-The book for the purpose of practical light of the specific database application, select the seven most representative examples of, respectively, introduced the ODBC API, MFC s ODBC category, DAO, OLE DB and ADO database access client technology and application development process. The book also ADO database components to develop examples and OLE DB server instance to start the development of the database application development, senior topics.
Platform: | Size: 3544064 | Author: 苗然 | Hits:

[WEB CodeC04

Description: 聊天室系统,功能包括用户登录、自动注册、用户发言、实时浏览发言、注销身份等。 \MyChatRoom\App_Code\BusinessLogicLayer 聊天室业务逻辑层,包括以下文件: \Message.cs 用户留言类 \User.cs 用户类 \MyChatRoom\App_Code\DataAccessLayer 聊天室数据访问层,包括以下文件: \Database.cs 数据访问类 \MyChatRoom\DB\MyChatRoom.sql 聊天室数据数据库创建脚本 \MyChatRoom\Images\ 聊天室系统图片文件夹 \MyChatRoom\Styles\ Styel.css 聊天室系统样式表文件 \MyChatRoom\Login.aspx 登录页面 \MyChatRoom\Main.aspx 聊天室主页面 \MyChatRoom\ShowMessage.aspx 浏览留言页面 \MyChatRoom\Speak.aspx 发表留言页面 -Chat room system, features include user login, automatic registration, the user to speak, real-time views to speak, write-off status. Business Logic Tier MyChatRoomApp_CodeBusinessLogicLayer chat rooms, including the following documents: Message.cs users type messages User.cs category MyChatRoomApp_CodeDataAccessLayer chat room users data access layer, including the following documents: Database.cs Data Access category MyChatRoomDBMyChatRoom.sql database created chat rooms MyChatRoomImages chat script Room System folder MyChatRoomStyles Styel.css picture chat room system MyChatRoomLogin.aspx style sheet document MyChatRoomMain.aspx Chat login page MyChatRoomShowMessage.aspx browser page message published MyChatRoomSpeak.aspx page message page
Platform: | Size: 12288 | Author: noob | Hits:

[Database systemBBS

Description: 做的非常好的论坛,数据库采用access。数据库在db文件夹下,在odbc注册db2000为系统DSN,就可以使用了-To do a very good forum, the database used access. Database in the db folder, db2000 for registration in the odbc system DSN, you can use the
Platform: | Size: 4231168 | Author: | Hits:

[Database systemADOExtensionsforDDLandSecurity

Description: Microsoft® ActiveX® Data Objects (ADO) 使您能够编写通过 OLE DB 提供者对在数据库服务器中的数据进行访问和操作的应用程序。其主要优点是易于使用、高速度、低内存支出和占用磁盘空间较少。ADO 支持用于建立基于客户端/服务器和 Web 的应用程序的主要功能。-Microsoft 庐 ActiveX 庐 Data Objects (ADO) enables you to prepare through the OLE DB provider on the database server to access and manipulate data applications. Its main advantage is easy to use, high speed, low memory costs and occupy less disk space. ADO support for the establishment-based client/server and Web applications main functions.
Platform: | Size: 806912 | Author: ww | Hits:

[JSP/JavaJspShop

Description: 一、设置数据源    如果设置数据源,不论是服务器是tomcat还是resin,都无需更改任何文件。 数据源设置步骤:(windows操作系统) 1.进入“控制面板”-->管理工具”--->“数据源(ODBC)” 2.选择“用户DNS” 3.点击“添加”---〉选择驱动器“Microsoft Access Driver”---点击“完成” 4.填写数据源名:shnxn 5.选择数据库(我们网站的数据库所在位置,缺省为frshop下面database下的db.mdb,为了安全,您可以把数据库放置 在任何地方,只需保证这里的连接到那个数据库即可) 6.单击“确定” 7.完成数据源设置 设置完数据源以后,您只须把我们给您的文件中的classes文件下复制到 网站根目录的web-inf文件夹下面; 然后重启服务器即可。-err
Platform: | Size: 850944 | Author: 云翔 | Hits:

[CSharpxpshop20060706

Description: 新普网络商城!C#语言开发,非常值得借鉴! 使用方法: 安装顺序: 本地: 1、在web目录(默认为c盘的wwwroot目录)新建XpShop目录; 2、将XpShop目录设为虚拟目录; 3、将XpShop4.0.rar压缩包里面的文件解压在XpShop目录中; 4、设定XpShop的db、upload和Template文件夹有可写权限; 5、需要修改web.config文件的“<add key="ShopFolder" value="" />”为“<add key="ShopFolder" value="XpShop/" />”,切记后面加“/”; 网络空间: 1、将XpShop上传到根目录即可. 环境要求: MSSQL版: Windows2000 + IIS5 + .NET Framework 1.1 + MS SQL Server 2000 或各更高版本 Access版: Windows2000 + IIS5 + .NET Framework 1.1 + MDAC2.7 或各更高版本-Simplo network Mall! C# Language development, is worth learning! Usage: install order: Local: 1, in the web directory (default is c disk wwwroot directory) XpShop new directory 2, will set the virtual directory XpShop directory 3, will XpShop4.0.rar compressed package files inside Pressure in the XpShop directory 4, set XpShop the db, upload and Template folder permissions can be written 5, need to amend the web.config file <add key= ShopFolder value= /> as <add key= ShopFolder value= XpShop/ /> , bear in mind behind / cyberspace: 1, will XpShop can be uploaded to the root directory. environmental requirements: MSSQL Edition: Windows2000+ IIS5 2B !. NET Framework 1.1+ MS SQL Server 2000 or higher version of Access version: Windows2000+ IIS5+. NET Framework 1.1+ MDAC2.7 or later
Platform: | Size: 2392064 | Author: liuweijun | Hits:

[Windows DevelopOLEDB

Description: 在Visual C++数据库编程中,访问数据库的另一种方式是采用OLE DB技术,现提供源码供大家参考.-In Visual C Database Programming, access the database is another way to use of OLE DB technology, is now providing a source for your reference.
Platform: | Size: 95232 | Author: zhu | Hits:

[Software EngineeringVCandDatabase

Description: Visual C++提供了多种多样的数据库访问技术——ODBC API、MFC ODBC、DAO、OLE DB、ADO等。这些技术各有自己的特点,它们提供了简单、灵活、访问速度快、可扩展性好的开发技术。-Visual C++ provides a variety of database access technology- ODBC API, MFC ODBC, DAO, OLE DB, ADO, etc.. These technologies have their own characteristics, they provide a simple, flexible, fast access, scalability, good development techniques.
Platform: | Size: 76800 | Author: 许明 | Hits:

[Database systemInTouch

Description: 这篇文章描述了Wonderware InTouch软件如何读、写关系数据库数据的步骤。本文以Microsoft Access 2000/2003为例,描述了Wonderware InTouch 通过ODBC或OLE DB接口和Access进行数据交互的具体步骤。在实际应用中,Wonderware InTouch软件可通过类似步骤实现与其他关系数据库的数据交互,如Oracle、SQL Server等。-This article describes how to read Wonderware InTouch software, relational database data write step. Based on Microsoft Access 2000/2003 for example, describes the Wonderware InTouch through ODBC or OLE DB data interfaces and Access interactive concrete steps. In practical applications, Wonderware InTouch software can be adopted by similar steps with other relational database implementation of data exchange, such as Oracle, SQL Server and so on.
Platform: | Size: 194560 | Author: 方沐 | Hits:

[WEB Codeasp_access_count

Description: 此源码是用vbscript连接数据库做的一个计数器,鉴于网上的计数器都是读取文件形式的,但是由于很多网站不可能给你everyone写文件的权限,所以很多计数器源码放入网站后并没有反映,而此计数器是利用数据库来进行计数的,绝大多数支持access数据库的网站都可以支持,只要直接把文件copy入网站的根目录下即可。源码中的test.asp是一个测试计数器的网页,用户只需要将其稍加修改就可以做成图片或数字形式的计数器。 数据库db设计有ID和COUNT两个字段,用户可以通过设置ID来分别记录不同目录下的网页被访问次数,好掌握自己网站哪一部分最受人关注。 当然,由于是在global.asa里面写的代码,所以同一个用户刷新页面不会引起计数。 -failed
Platform: | Size: 9216 | Author: 郑磊 | Hits:

[OtherMobileDB

Description: 手机号码归属地查询DB,使用Access数据库-Ownership of mobile phone numbers to query DB, the use of Access database
Platform: | Size: 488448 | Author: xqiang | Hits:

[JSP/JavaLibrarySystem

Description: 这是用elipes平台开发的java编程实例,数据库用access .若想用elipes软件加以开发只要连接该数据库即可.数据库连接步骤如下:"开始"-"设置"-"控制面板"-"管理工具"-"数据源"-"系统DSN"-"添加"-"Microsoft Access Driver(*.db)"-"完成"-"选择(s)…"-(找到此文件的数据库放置的位置,在左框里会显示数据库的名字,并点击该数据库名字,"确定")-在数据源名里填写该数据库名字后点"确定"-"确定"数据库就连接好了.数据库就可以在elipes中操作.该工程功能较为齐全,可做为毕业java实例设计.-This is a platform developed by elipes example of java programming, databases with access. If you want to use the software to be developed elipes as long as the connection to the database. Database connection, follow these steps: "Start"- "Settings"- "Control Panel"- " management tools "-" Data Source "-" System DSN "-" add "-" Microsoft Access Driver (*. db) "-" completed "-" choose (s) ... "- (to find this document to place the location of the database , in the left box will show the name of the database and click the database name, the "OK")- in the data source name to fill in the name of the database after the point of "OK"- "OK" to connect the database on it. database can operate elipes. The project features more complete, can be used as examples of the design of java graduation.
Platform: | Size: 406528 | Author: lvzhi | Hits:

[GUI DevelopVB_manegment_the_DB_talking_with_access

Description: This code is implementing the connection to access ,JET, DB from VB .NET
Platform: | Size: 52224 | Author: paz | Hits:

[Windows DevelopQuiz2008

Description: Quiz program to play with the family, friends etc. Makes use of Access Database but any other db can be implemented.
Platform: | Size: 121856 | Author: ritsd | Hits:

[Database systemado00001

Description: 一本关于ADO使用的书籍 Microsoft® ActiveX® Data Objects (ADO) 使您的客户端应用程序能够通过 OLE DB 提供者访问和操作在数据库服务器中的数据。-The use of an ADO book on the Microsoft ® ActiveX ® Data Objects (ADO) enable your client applications through the OLE DB providers to access and manipulate database servers in the data.
Platform: | Size: 803840 | Author: Archon | Hits:

[SQL ServerNew_Auto_Rep

Description: source codes to access SQL Server DB.
Platform: | Size: 14336 | Author: Daniel | Hits:

[OtherDocument_m871325262002

Description: Title: Document management Description: Tis software to enable me to scan, file & comment all the rubbish documents that I dare not throw away but may need one day. You can scan the document and it puts it into the App.Path & \tmpImg DIR and then goto Add to DB and add some comments & a title. This is then put into the DB (access 2k) and the image is moved to App.Path & \img. you can now use the viewer to view the images and you get the information about it too.
Platform: | Size: 112640 | Author: Jack | Hits:

[WEB Codepcedit

Description: 网上机器资源管理系统 本套系统所支持的操作系统为 Windows NT4.0 (Service Pack3) 以上, 数据库为支持ODBC的任何一种数据库,本系统使用的是SQL Server 7.0 和Microsoft Access。客户端为任何一种浏览器。 安装服务器端软件的步骤如下: 首先将本打包文件解压缩到服务器上某个目录,比如wwwroot下的pc目录。 给予该目录以执行的权利,否则,你将得到“禁止访问”的消息。 对于使用SQL Server的用户,需要执行下面的操作: 首先打开控制面板,在ODBC中建立一个系统DSN , data source name 为 SQLServer , database 为 addr . 在SQL Server数据库中建立一个用户long,密码为long. 然后建立一个名为“设备资源”的数据表。结构同ACCESS数据库。 然后修改db.asp文件,将原先ACCESS连接注释掉。 对于使用Micrsoft Access的用户,不需要做任何设置即可直接运行。-Online Machine Resource Management System
Platform: | Size: 14336 | Author: 钟立青 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 »

CodeBus www.codebus.net